Einhugur OpenDocument Text Plugin for Xojo

DrawFrame.Width Method

Sets or gets width of the drawing frame.

Width(
   unit as EinhugurODT.LengthUnit) as Double

Width(
   unit as EinhugurODT.LengthUnit
   assigns value as Double)

Parameters

unit
The unit to use for the width or to get the width in.
value (assignment parameter)
The value when using the setter.

Returns

Double
The width in the requested unit.

Remarks

See Also

DrawFrame Class